home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / NETOCE2M.IN_ / netoce2m.inf
Encoding:
INI File  |  1999-10-19  |  6.5 KB  |  211 lines

  1. ; NETOCE2M.INF
  2. ;
  3. ; Version 1.00 (NDIS 4.0)
  4. ;
  5. ; Olicom Network Interface Card
  6. ;
  7. ; Copyright 1997, Olicom A/S
  8.  
  9. [version]
  10. LayoutFile = layout.inf
  11. Signature  = "$Windows NT$"
  12. Class      = Net
  13. ClassGUID  = {4D36E972-E325-11CE-BFC1-08002BE10318}
  14. Provider   = %MSFT%
  15. DriverVer=10/19/1999,1.35.0.1
  16.  
  17. [Manufacturer]
  18. %V_Olicom% = Olicom
  19.  
  20.  
  21. [ControlFlags]
  22. ExcludeFromSelect = ISAPNP\OLC94A5, \
  23.                     PCMCIA\OLICOM-ETHERCOM-1018, \
  24.                     PCMCIA\OLICOM-ETHERNET-0C79, \
  25.                     MF\OC2231_DEV1, \
  26.                     MF\OC2232_DEV1
  27.  
  28. [Olicom]
  29. %*OLC94A5.DeviceDesc% = *OLC94A5.ndi, ISAPNP\OLC94A5              ; Olicom Ethernet ISA Adapter
  30. %*pnp94A5.DeviceDesc% = *pnp94A5.ndi, *pnp94A5                    ; Olicom Ethernet ISA Adapter
  31. %OC2220A.DeviceDesc%  = OC2220A.ndi,  PCMCIA\OLICOM-ETHERCOM-1018 ; Olicom Ethernet PCMCIA
  32. %OC2220B.DeviceDesc%  = OC2220B.ndi,  PCMCIA\OLICOM-ETHERNET-0C79 ; Olicom Ethernet PCMCIA
  33. %OC2231.DeviceDesc%   = OC2231.ndi,   MF\OC2231_DEV1              ; Olicom Ethernet+Modem 28.8 kbps PC Card
  34. %OC2232.DeviceDesc%   = OC2232.ndi,   MF\OC2232_DEV1              ; Olicom Ethernet+Modem 33.6 kbps PC Card
  35.  
  36.  
  37. ;-------------------------------------------------------------------------------
  38. ; *OLC94A5 Olicom Ethernet ISA Adapter
  39. ;
  40. [*OLC94A5.ndi]
  41. AddReg          = OCISA.reg, OCCOMMON.reg
  42. CopyFiles       = oce2xnd5.CopyFiles
  43. Characteristics = 0x84
  44. BusType         = 14
  45.  
  46. [*OLC94A5.ndi.Services]
  47. AddService      = oce2xnd5, 2, oce2xnd5.AddService, oce2xnd5.EventLog
  48.  
  49. ;-------------------------------------------------------------------------------
  50. ; *pnp94A5 Olicom Ethernet ISA Adapter
  51. ;
  52. [*pnp94A5.ndi]
  53. AddReg          = OCISA.reg, OCCOMMON.reg
  54. CopyFiles       = oce2xnd5.CopyFiles
  55. Characteristics = 0x84
  56. BusType         = 1
  57. LogConfig       = *pnp94A5.LogConfig
  58.  
  59. [*pnp94A5.ndi.Services]
  60. AddService      = oce2xnd5, 2, oce2xnd5.AddService, oce2xnd5.EventLog
  61.  
  62. [*pnp94A5.LogConfig]
  63. ConfigPriority  = HARDRECONFIG
  64. IOConfig        = 10@200-3EF%FFF0(3FF::)
  65. IRQConfig       = 3,4,5,7,9,10,11,12,14,15
  66.  
  67. ;-------------------------------------------------------------------------------
  68. ; PCMCIA\OLICOM-ETHERCOM-1018 Olicom Ethernet PCMCIA old
  69. ;
  70. [OC2220A.ndi]
  71. AddReg          = OC2220A.reg, OCCOMMON.reg
  72. CopyFiles       = oce2xnd5.CopyFiles
  73. Characteristics = 0x84
  74. BusType         = 8
  75.  
  76. [OC2220A.ndi.Services]
  77. AddService      = oce2xnd5, 2, oce2xnd5.AddService, oce2xnd5.EventLog
  78.  
  79. [OC2220A.reg]
  80. HKR,,PCMCIAType,,"1"
  81. HKR,Ndi,HelpText,,%CommonPCCard.HelpText%
  82.  
  83. [OC2220A.ndi.LogConfigOverride]
  84. LogConfig = OC2220.LogConfigOverride
  85.  
  86. ;-------------------------------------------------------------------------------
  87. ; PCMCIA\OLICOM-ETHERNET-3F8D Olicom Ethernet PCMCIA new
  88. ;
  89. [OC2220B.ndi]
  90. AddReg          = OC2220B.reg, OCCOMMON.reg
  91. CopyFiles       = oce2xnd5.CopyFiles
  92. Characteristics = 0x84
  93. BusType         = 8
  94.  
  95. [OC2220B.ndi.Services]
  96. AddService      = oce2xnd5, 2, oce2xnd5.AddService, oce2xnd5.EventLog
  97.  
  98. [OC2220B.reg]
  99. HKR,,PCMCIAType,,"1"
  100. HKR,Ndi,HelpText,,%CommonPCCard.HelpText%
  101.  
  102. [OC2220B.ndi.LogConfigOverride]
  103. LogConfig = OC2220.LogConfigOverride
  104.  
  105.  
  106. ;-------------------------------------------------------------------------------
  107. ; MF\OC2231_DEV1  ; Olicom GoCard Ethernet + Modem 28.8 kbps PCMCIA
  108. ;
  109. [OC2231.ndi]
  110. AddReg          = OC2231.reg, OCCOMMON.reg
  111. CopyFiles       = oce2xnd5.CopyFiles
  112. Characteristics = 0x84
  113. BusType         = 8
  114.  
  115. [OC2231.ndi.Services]
  116. AddService      = oce2xnd5, 2, oce2xnd5.AddService, oce2xnd5.EventLog
  117.  
  118. [OC2231.reg]
  119. HKR, ,    PCMCIAType, 0, "2"
  120.  
  121. ;-------------------------------------------------------------------------------
  122. ; MF\OC2232_DEV1  ; Olicom GoCard Ethernet + Modem 33.6 kbps PCMCIA
  123. ;
  124. [OC2232.ndi]
  125. AddReg          = OC2232.reg, OCCOMMON.reg
  126. CopyFiles       = oce2xnd5.CopyFiles
  127. Characteristics = 0x84
  128. BusType         = 8
  129.  
  130. [OC2232.ndi.Services]
  131. AddService      = oce2xnd5, 2, oce2xnd5.AddService, oce2xnd5.EventLog
  132.  
  133. [OC2232.reg]
  134. HKR, ,    PCMCIAType, 0, "3"
  135.  
  136.  
  137. ;-------------------------------------------------------------------------------
  138. ; OC common ISA registry
  139. ;
  140. [OCISA.reg]
  141. HKR, Ndi,                       HelpText,   0, %CommonISA.HelpText%
  142.  
  143. ;-------------------------------------------------------------------------------
  144. ; OC Driver common registry
  145. ;
  146. [OCCOMMON.reg]
  147. ; Interfaces
  148. HKR, Ndi,                       Service,    0, "oce2xnd5" 
  149. HKR, Ndi\Interfaces,            UpperRange, 0, "ndis5"    
  150. HKR, Ndi\Interfaces,            LowerRange, 0, "ethernet" 
  151. HKR, ,                          MediaType,  0, "1"
  152. HKR, ,                          OSType,     0, "800"
  153.  
  154. ;-------------------------------------------------------------------------------
  155. ; PCMCIA Config Override
  156. ;
  157. [OC2220.LogConfigOverride]
  158. IRQConfig=3,4,5,7,9,10,11,12,14,15
  159.  
  160. ;1 I\O window 0x20 bytes long in the range 0x300-0x3DF or 0xA00-0xBFF
  161. IOConfig=20@200-3DF%FFE0(3FF::),20@A00-BFF%FFE0(3FF::)
  162.  
  163. ;1 Common Memory window at card offset 0x2000
  164. ;      4Kbytes long in range 0xA0000-0xFFFFF
  165. MemConfig=1000@A0000-FFFFF%FFFFF000
  166.     
  167. PcCardConfig = 1:20000(W)
  168.  
  169. ;----------------------------------------------------------------------------
  170. ; Driver and Services
  171. ;----------------------------------------------------------------------------
  172.  
  173. [oce2xnd5.AddService]
  174. DisplayName    = %Olicom.ServiceDesc%
  175. ServiceType    = 1
  176. StartType      = 3
  177. ErrorControl   = 1
  178. ServiceBinary  = %12%\oce2xnd5.sys
  179. LoadOrderGroup = NDIS
  180.  
  181. [oce2xnd5.EventLog]
  182. AddReg = oce2xnd5.AddEventLog.reg
  183.  
  184. [oce2xnd5.AddEventLog.reg]
  185. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  186. HKR, , TypesSupported,   0x00010001, 7
  187.  
  188. [oce2xnd5.CopyFiles]
  189. oce2xnd5.sys,,,2
  190.  
  191. [DestinationDirs]
  192. oce2xnd5.CopyFiles = 12 ; System32\drivers directory (NT)
  193.  
  194.  
  195. [strings]
  196. MSFT                  = "MSFT"
  197. V_Olicom              = "Olicom"
  198.  
  199. CommonISA.HelpText    = "An Olicom Ethernet Adapter is a hardware device that physically connects you to a ethernet network."
  200. CommonPCCard.HelpText = "An Olicom Ethernet GoCard is a PC Card that physically connects you to a ethernet network."
  201.  
  202. *OLC94A5.DeviceDesc   = "Olicom Ethernet ISA/IV Adapter (OC-217x)"
  203. *pnp94A5.DeviceDesc   = "Olicom Ethernet ISA/IV Adapter (OC-217x)"
  204. OC2220A.DeviceDesc    = "Olicom Ethernet GoCard (OC-2220)"
  205. OC2220B.DeviceDesc    = "Olicom Ethernet GoCard (OC-2220)"
  206. OC2231.DeviceDesc     = "Olicom GoCard Ethernet PC Card (Network Child)"
  207. OC2232.DeviceDesc     = "Olicom GoCard Ethernet PC Card (Network Child)"
  208.  
  209. Olicom.ServiceDesc    = "Olicom GoCard/ISA Ethernet Adapters"
  210.  
  211.